server

Undocumented in source.

Members

Functions

contentTypeFromFileExtension
string contentTypeFromFileExtension(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
hipengineStartServer
int hipengineStartServer(string[] args, ushort* serverPort, string* serverHost, string servePath, Semaphore sem)
Undocumented in source. Be warned that the author may not have intended to support it.
serveGameFiles
void serveGameFiles(HttpRequestContext ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
stopServer
void stopServer()
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

pushWebsocketMessage (from websocket_connection)
public import websocket_connection : pushWebsocketMessage;
Undocumented in source.

Manifest constants

DEFAULT_PATH
enum DEFAULT_PATH;
Undocumented in source.

Meta